home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / wsstrip.arc / WSSTRIP.DOC < prev    next >
Encoding:
Text File  |  1987-01-26  |  2.9 KB  |  60 lines

  1.                            WSSTRIP.EXE 
  2.                        by Tadas Osmolskis
  3.                          Washington, DC
  4.                          January 26, 1987
  5.  
  6.  
  7. This is a program which strips the high bits from Wordstar files,  
  8. removes print/format characters, deletes lines which start with 
  9. periods ("Dot commands"), and provides some simple-minded summary 
  10. statistics about the file procesed. 
  11.  
  12. If you type just the command "WSSTRIP", you will be prompted for 
  13. an input file name and an output file name. If the file you name 
  14. as an input file name does not exist, you will be warned of this 
  15. and gracefully be returned to the opeating system prompt.
  16.  
  17. If you type "WSSTRIP in-file.ext", the output will go to the 
  18. tube. This output can be redirected.
  19.  
  20. If you type "WSSTRIP in-file.ext out-file.ext", the cleaned-up
  21. version of "in-file.ext" will be written to "out-file.ext".If the 
  22. file you name as an input file name does not exist, you will be 
  23. warned of this and gracefully be returned to the opeating system 
  24. prompt.
  25.  
  26. The next question you might have is, "Why?". Why does the world 
  27. need another Wordstar cleanup program? Why is this Osmolskis 
  28. person inflicting his class homework on the public domain?
  29.  
  30. I come from the world of CP/M, where true public domain software 
  31. was the rule, not the exception. I have been disturbed to see 
  32. that the MS-PC-Seattle/DOS world (and how many of you know that 
  33. Seattle Computer Products, not Microsoft wrote the original "MS" 
  34. DOS) is full of folks who write simple utilities, don't provide 
  35. any source code for the utility, then ask for money. (This isn't 
  36. a dig at folks like Vern Buerg, Phil Burns, or John Friel, to 
  37. name a few, who are distributing *major* pieces of software via 
  38. the shareware route at reasonable prices).
  39.  
  40. I think that there are people out there who could learn from my 
  41. source code. I tried to comment it pretty heavily, and I hope it 
  42. helps somebody else write a C program, or make one better. I've 
  43. also put a LNK file into this archive. Lots of people who are 
  44. perhaps better C programmers than I am haven't gotten around to 
  45. learning about LNK files, which are like batch files for the 
  46. linker. Once you write one, you won't have to type foot-long 
  47. command lines for the linker ever again. You invoke the link file 
  48. by typing "LINK @linkfile.LNK".
  49.  
  50. I also think that the way that we get good software is by  people 
  51. improving each other's programs. If you know C, have fun.
  52.  
  53. I hereby place this program, in both source code and executable 
  54. form in the public domain. If you find this program or the source 
  55. code useful, give something back to the public domain. Even if 
  56. you're not a programmer, you know things about your computer, or 
  57. the software you use, that others don't; pass it on.
  58.  
  59. I can usually be reached on the Generation 5 TCOMM system  at 
  60. (301) 495-2932, or The Computer Connection (202) 547-2008.